replace fall throughs in switch/cases where possible with simple code changes
authorAlexander Couzens <[email protected]>
Fri, 29 Jun 2018 02:30:13 +0000 (04:30 +0200)
committerAlexander Couzens <[email protected]>
Wed, 11 Jul 2018 20:03:38 +0000 (22:03 +0200)
commit60293a7a3656aab8c10f2d1827d1da88ad46d32c
tree21e820844c861085dab08403e5da04f94ce43aa9
parent5cf79759a24e9bb2a6a3aef7c83d73efb9bf2df3
replace fall throughs in switch/cases where possible with simple code changes

fall throughs are usually error-prone, especially when someone else extend
it.

Signed-off-by: Alexander Couzens <[email protected]>
Acked-by: Hans Dedecker <[email protected]>
alias.c
interface.c
vlan.c